home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / CARIBBEAN_POKER.SWF / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-07  |  435b  |  23 lines

  1. on(release){
  2.    if(tOff == "0")
  3.    {
  4.       if(dealplay == "1")
  5.       {
  6.          if(creditsPlayed != "0")
  7.          {
  8.             tellTarget("/setcards")
  9.             {
  10.                gotoAndPlay(2);
  11.             }
  12.             betMover = "0";
  13.             dealplay = "0";
  14.             jackpot = "0";
  15.             tellTarget("/b-deal")
  16.             {
  17.                gotoAndStop(2);
  18.             }
  19.          }
  20.       }
  21.    }
  22. }
  23.